func crypto/x509.matchEmailConstraint

2 uses

	crypto/x509 (current package)
		verify.go#L431: func matchEmailConstraint(mailbox rfc2821Mailbox, constraint string) (bool, error) {
		verify.go#L659: 							return matchEmailConstraint(parsedName.(rfc2821Mailbox), constraint.(string))